home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation
/
Animation Vol.1 (Profi ROM)(1994).iso
/
pool
/
updates
/
symantec
/
rtlinc.exe
/
COMMDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-30
|
215b
|
13 lines
/* copyright 1993 - Symantec Corporation */
/* wrapper for the two different commdlg.h */
#ifndef _INC_COMMDLG
#ifdef __NT__
#include <win32\commdlg.h>
#else
#include <win16\commdlg.h>
#endif
#endif